home *** CD-ROM | disk | FTP | other *** search
/ Netware Super Library / Netware Super Library.iso / pgm_tool / lu62 / port / iplin.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-07-03  |  606 b   |  12 lines

  1. /*              IPL_INIT               */
  2. /* k 1037   21/05/91                */
  3. struct  iplin {                     /* IPL_INIT request     */
  4.     char hdr[3];                    /* header               */
  5.     char res1[1];                   /* reserved             */
  6.     char pcid[8];                   /* PCID                 */
  7.     char onode[8];                  /* origin node name     */
  8.     char dnode[8];                  /* destination node name*/
  9.     char nfile[8];                  /* load file       name */
  10.          };
  11. #define IPLINIT 0x430243   /* IPL_INIT header                */
  12.